crypto/tls.clientHelloMsg.pskBinders (field)
15 uses
crypto/tls (current package)
handshake_client.go#L491: hello.pskBinders = [][]byte{make([]byte, cipherSuite.hash.Size())}
handshake_client_tls13.go#L359: hello.pskBinders = nil
handshake_messages.go#L98: pskBinders [][]byte
handshake_messages.go#L335: for _, binder := range m.pskBinders {
handshake_messages.go#L386: for _, binder := range m.pskBinders {
handshake_messages.go#L407: if len(pskBinders) != len(m.pskBinders) {
handshake_messages.go#L410: for i := range m.pskBinders {
handshake_messages.go#L411: if len(pskBinders[i]) != len(m.pskBinders[i]) {
handshake_messages.go#L415: m.pskBinders = pskBinders
handshake_messages.go#L665: m.pskBinders = append(m.pskBinders, binder)
handshake_messages.go#L715: pskBinders: slices.Clone(m.pskBinders),
handshake_server_tls13.go#L310: if len(hs.clientHello.pskIdentities) != len(hs.clientHello.pskBinders) {
handshake_server_tls13.go#L404: if !hmac.Equal(hs.clientHello.pskBinders[i], pskBinder) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |